home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / SciAn / src / flags.ibm6k.make < prev    next >
Text File  |  1994-08-01  |  446b  |  18 lines

  1. # This file contains C and FORTRAN compilation flag definitions for IBM
  2. # RS/6000 workstations
  3.  
  4. # Name of C compiler.
  5. CC =            cc
  6.  
  7. # Standard flags when compiling C
  8. CFLAGS =                -I /usr/local/include -D_BSD -O
  9.  
  10. # Name of FORTRAN compiler.
  11. F77 =            f77
  12.  
  13. # Standard flags when compiling FORTRAN
  14. FFLAGS =                -O
  15.  
  16. # Standard link flags specifying search path, if needed
  17. LFLAGS =        -bl:loadmap -L /lib -L /usr/lib -L /usr/local/lib 
  18.